<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { padding-top: 51px; }

.navbar-background1 {
    background-color: rgb(61,61,61);
    width: 100%;
    height: 52px;
    position: fixed;
}

.navbar-background1 .navbar-bg-gradient {
    position: inherit;
    width: 100%;
    height: 52px;
    background: url(../images/bg-gradient.png) repeat-y;
    background-size: 100% auto;
}

.navbar-background1 .navbar-bg-left1 {
    position: inherit;
    width: 774px;
    height: 52px;
    background: url(../images/bg-left1.png) no-repeat;
    background-size: cover;
}

.navbar-background1 .navbar-bg-left2 {
    position: inherit;
    width: 556px;
    height: 52px;
    background: url(../images/bg-left2.png) no-repeat;
    background-size: cover;
}

.navbar-background1 .navbar-border-buttom {
    position: inherit;
    width: 100%;
    height: 3px;
    top: 49px;
    background: rgba(0,0,0,0.30);
}

.navbar-default {
    border: none;
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background: url(../images/bg_menu_button.png) no-repeat;
    background-size: 100% 100%;
}

.navbar-default .navbar-nav&gt;li&gt;a {
    color: rgb(247, 247, 247);
}

.navbar-default .navbar-nav&gt;li&gt;a:hover,.navbar-default .navbar-nav&gt;li&gt;a:focus{
    color: #01fdfe;
}

.collapsing, .navbar-collapse.in {
    background: url(../images/bg_mobile_menu.png) no-repeat;
    background-size: 100% 100%;

    border: none;
}

.navbar-collapse {
    max-height: 380px
}
.logo {
    padding: 8px;
    padding-left: 40px;
}

.masthead-bg  {
    position: relative;
    color: white;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.masthead-bg .banner_img {
    max-width: 838px; 
    height: auto; 
    margin: 0 auto;
}

@media (max-width:838px){
    .masthead-bg .banner_img{ 
        max-width:100%; 
    }
}

.apply-button {
    width: 100%;
    height: 43px;
}

.apply-button a {
    width: 190px;
    background: url(../images/bg_rq.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    text-decoration: none;
    color: rgb(247, 247, 247);
}

.btn:hover, .btn:focus {
    color: #01fdfe;
}

.featurette h2 {
    color: #46596a;
}
.featurette p {
    color: #627c94;
    font-size: 18px;
}
.wechat-qrcode {
    position: fixed;
    top: 100px;
    right: 10px;
    display: none;
    z-index: 2000;
}
.wechat-qrcode img {
    width: 114px;
    height: 296px;
}
.footer-wechat-qrcode {
    width: 100px;
    height: 100px;
    position: relative;
    left: 50%;
    margin-left: -50px;
}
#footer .concat {
    background-color: #f7f8f8;
    min-height: 100px;
    position: relative;
}
.concat p {
    color: #727171;
    font-size: 14px;
    font-family: STHeiti,MingLiu,"Microsoft YaHei",å¾®è½¯é›…é»‘,"MicrosoftJhengHei",åŽæ–‡ç»†é»‘;
    position: absolute;
    right: 16px;
}
.concat &gt; div {
    position: absolute;
    top: 0;
    width: 50%;
    bottom: 0;
}
.concat &gt; div.concat-left {
    left: 0;
}
.concat &gt; div.concat-right {
    right: 0;
}
.concat &gt; div.concat-right .right-line1 {
    height: 16px;
    position: absolute;
    top: 20px;
    left: 0px;
}
.concat &gt; div.concat-right .right-line2 {
    height: 16px;
    position: absolute;
    top: 60px;
    left: 0;
}
.concat &gt; div.concat-right a{
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background-size: contain;
}
#email {
    top: 20px;
}
#tel {
    top: 60px;
}
#email::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    background-image: url('../images/email.jpg');
    background-size: contain;
    left: -20px;
    top: 2px;
}
#tel::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    background-image: url('../images/wechat.jpg');
    background-size: contain;
    left: -40px;
    top: 2px;
}
#tel::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    background-image: url('../images/tel.jpg');
    background-size: contain;
    left: -20px;
    top: 2px;
}
.featurette-divider {
    margin-bottom: 0;
}
.copytright{
    height: 64px;
    background-color: #efefef;
    position: relative;
}
.copytright .text-muted{
    position: absolute;
    margin-bottom: 0;
    top: 22px;
    bottom: 22px;
    width: 50%;
    text-align: right;
    padding-right: 16px;
    color: #9fa0a0;
}
.copytright .gov-record {
    position: absolute;
    margin-bottom: 0;
    top: 22px;
    bottom: 22px;
    width: 50%;
    right: 0;
    padding-left: 16px;
}
.gov-record a, .gov-record span{
    color: #9fa0a0;
}
.concat-right .link-mb {
    display: none;
}
@media (max-width: 900px) {
    .concat &gt; div {
        position: absolute;
        top: 0;
        width: 100%;
        height: 50%;
        bottom: auto;
        right: auto;
    }
    #email {
        top: 12px;
        margin-left: -60.27px;
    }
    #tel {
        top: 40px;
        margin-left: -117.615px;
    }
    #tel.tel-en {
        margin-left: -39px;
    }
    .concat p {
        right: auto;
        left: 50%;
    }
    .concat &gt; div.concat-right{
        height: 25px;
    }
    .copytright {
        font-size: 12px;
    }
    .concat-right .right-line1, .concat-right .right-line2 {
        display: none;
    }
    .concat-right .link-mb {
        display: block;
        position: absolute;
        top: 70px;
        left: 50%;
        margin-left: -114px;
    }
    .copytright .text-muted{
        width: 100%;
        text-align: center;
        top: 8px;
    }
    .copytright .gov-record {
        text-align: center;
        width: 100%;
        top: 38px;
        left: 0;
        right: 0;
    }
}
/* .wechat-qrcode p {
    text-align: center;
    line-height: 24px;
    color: #46596a;
} */
@media (min-width: 100px) {
    .masthead-bg h2 {
        margin: 5px;
        font-size: 16px;
    }
    .masthead-bg p {
        margin: 5px;
        font-size: 14px;
    }
    .bannner-divider {
        margin-top: 20px;
    }
    .apply-button .btnCell {
        width: 150px;
        padding: 5px;
        border-radius: 6px;
    }
    .apply-button a {
        width: 140px;
        font-size: 12px;
        padding: 5px 8px;
    }
}
@media (min-width: 768px) {
    .masthead-bg h2 {
        margin: 10px;
        font-size: 30px;
    }
    .masthead-bg p {
        margin: 10px;
        font-size: 20px;
    }
    .bannner-divider {
        margin-top: 40px;
    }
    .apply-button .btnCell {
        width: 200px;
        padding: 5px;
        border-radius: 6px;
    }
    .apply-button a {
        width: 190px;
        font-size: 18px;
        padding: 10px 16px;
    }
    .wechat-qrcode {
        display: block;
    }
    .footer-wechat-qrcode{
        display: none;
    }
}
@media (min-width: 992px) {
    .masthead-bg h2 {
        font-size: 36px;
    }
    .apply-button .btnCell {
        width: 200px;
        padding: 5px;
        border-radius: 6px;
    }
    .apply-button a {
        width: 190px;
    }
    .wechat-qrcode {
        display: block;
    }
    .footer-wechat-qrcode{
        display: none;
    }
}
</pre></body></html>